home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / ums / UMS11_9_beta.lha / UMS / Doc / English / ServerControl.doc < prev    next >
Text File  |  1994-12-07  |  2KB  |  79 lines

  1.         ServerControl 1.0 - Manual
  2.  
  3.  
  4. NAME
  5.     UMS:Bin/ServerControl
  6.  
  7. SYNOPSIS
  8.     ServerControl ACTION/A,SERVER/K
  9.  
  10. DESCRIPTION
  11.     ServerControl is a replacement for the old UMS V10 ARexx scripts
  12.     "QuitUMS.rexx", "FlushUMS.rexx" and "CleanUMS.rexx". It is used
  13.     to control the UMS Server.
  14.  
  15. ARGUMENTS
  16.     ACTION: the action which you want to send to the server
  17.  
  18.     SERVER:    name of the UMS server to which you want to send the action
  19.  
  20.     Examples:
  21.  
  22.      ServerControl QUIT
  23.  
  24.     or
  25.  
  26.      ServerControl CLEANUP SERVER SecondMsgBase
  27.  
  28.     or
  29.  
  30.      ServerControl FLUSH SERVER Meeting@UMSHQ
  31.  
  32.     or (in a script):
  33.  
  34.     ServerControl PING
  35.     If WARN
  36.      Echo "UMS Server is not running."
  37.     EndIf
  38.  
  39. ACTIONS
  40.     These actions are supported by ServerControl:
  41.  
  42.     CLEANUP(*):     remove expired and deleted messages from the
  43.             MessageBase (replaces "CleanUMS.rexx")
  44.  
  45.     FLUSH:        write all messagebase files back to disk
  46.             (replaces "FlushUMS.rexx")
  47.  
  48.     QUIT(*):    quit UMS Server
  49.             (replaces "QuitUMS.rexx")
  50.     
  51.     QUITFORCE(*):    quit UMS Server even if a user is loged in
  52.  
  53.     PING:        check wether UMS Server is running
  54.  
  55.     LOCKCFG(*):    lock UMS configuration file
  56.             This way it is safe to modify the configuration
  57.             file via an texteditor.
  58.  
  59.     UNLOCKCFG(*):    unlock UMS configuration file
  60.  
  61.     (*) These actions can only be sent by hosts which have full access
  62.         to the UMS Server.
  63.  
  64. HISTORY
  65.     ServerControl 1.0
  66.     - first public release
  67.  
  68. COPYRIGHT
  69.     ServerControl is copyrighted by the author Matthias Scheler. It may
  70.     be distributed under the same conditions as the UMS 11 Public Beta.
  71.  
  72. AUTHOR
  73.     Matthias Scheler
  74.     Schützenstraße 18
  75.     D-33178 Borchen
  76.  
  77.     InterNet: tron@lyssa.owl.de
  78.     FidoNet:  Matthias Scheler@2:243/6350.18
  79.